home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / autoexec.bat < prev    next >
DOS Batch File  |  1991-04-23  |  980b  |  25 lines

  1.                                 AUTOEXEC.BAT
  2.                 Batch file run whenever the system is booted
  3.                        See also <CONFIG.SYS> <SHELL>
  4.  
  5. COMMAND TYPE: External                  VERSION: 1.0 and up
  6.  
  7. USE: AUTOEXEC
  8.  
  9. If a batch file named AUTOEXEC.BAT exists on the drive used to start
  10. MSDOS, then it is executed by the system when the boot procedure is
  11. completed.  It is also executed if a new primary command processor is
  12. loaded.  The primary use of AUTOEXEC is to run programs which are
  13. required whenever the computer is used, so that you do not have to
  14. enter them each time.  For example, you may wish to load <APPEND> and
  15. <PRINT>.  It can also be used to set <PATH> and <PROMPT>, any other
  16. environment variables you usually use, and load any RAM-resident
  17. software.
  18.  
  19. EXAMPLE:
  20. PATH C:\LOCAL\BIN;C:\BIN;C:\DOS C:\TC;C:\DBASE;C:\WP50
  21. PRINT /D:LPT1 /B:512
  22. PROMPT $e[s$e[1;69H$e[7m$t$h$h$h$e[0m$e[u$p$g
  23. SET COMSPEC=C:\DOS\COMMAND.COM
  24. VER
  25.